-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Release] Release v0.35.0 #385
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### New Features and Improvements * DatabricksConfig: Add clone() support ([#376](#376)). ### Bug Fixes * Fix vulnerabilities in the present SDK version ([#383](#383)). ### Internal Changes * Add test instructions for external contributors ([#370](#370)). * Always write message for manual test integration ([#374](#374)). * Automatically trigger integration tests on PR ([#369](#369)). * Move templates in the code generator ([#373](#373)). * Refresh PR template ([#381](#381)). ### API Changes: * Added `workspaceClient.aibiDashboardEmbeddingAccessPolicy()` service and `workspaceClient.aibiDashboardEmbeddingApprovedDomains()` service. * Added `workspaceClient.credentials()` service. * Added `appDeployment` field for `com.databricks.sdk.service.apps.CreateAppDeploymentRequest`. * Added `app` field for `com.databricks.sdk.service.apps.CreateAppRequest`. * Added `app` field for `com.databricks.sdk.service.apps.UpdateAppRequest`. * Added `table` field for `com.databricks.sdk.service.catalog.CreateOnlineTableRequest`. * Added `azureAad` field for `com.databricks.sdk.service.catalog.GenerateTemporaryTableCredentialResponse`. * Added `omitUsername` field for `com.databricks.sdk.service.catalog.ListTablesRequest`. * Added `fullName` field for `com.databricks.sdk.service.catalog.StorageCredentialInfo`. * Added `dashboard` field for `com.databricks.sdk.service.dashboards.CreateDashboardRequest`. * Added `schedule` field for `com.databricks.sdk.service.dashboards.CreateScheduleRequest`. * Added `subscription` field for `com.databricks.sdk.service.dashboards.CreateSubscriptionRequest`. * Added `warehouseId` field for `com.databricks.sdk.service.dashboards.Schedule`. * Added `dashboard` field for `com.databricks.sdk.service.dashboards.UpdateDashboardRequest`. * Added `schedule` field for `com.databricks.sdk.service.dashboards.UpdateScheduleRequest`. * Added `only` field for `com.databricks.sdk.service.jobs.RunNow`. * Added `pageToken` field for `com.databricks.sdk.service.oauth2.ListServicePrincipalSecretsRequest`. * Added `nextPageToken` field for `com.databricks.sdk.service.oauth2.ListServicePrincipalSecretsResponse`. * Added `restartWindow` field for `com.databricks.sdk.service.pipelines.CreatePipeline`. * Added `restartWindow` field for `com.databricks.sdk.service.pipelines.EditPipeline`. * Added `connectionName` field for `com.databricks.sdk.service.pipelines.IngestionGatewayPipelineDefinition`. * Added `restartWindow` field for `com.databricks.sdk.service.pipelines.PipelineSpec`. * Added `isNoPublicIpEnabled` field for `com.databricks.sdk.service.provisioning.CreateWorkspaceRequest`. * Added `privateAccessSettingsId` field for `com.databricks.sdk.service.provisioning.UpdateWorkspaceRequest`. * Added `externalCustomerInfo` and `isNoPublicIpEnabled` fields for `com.databricks.sdk.service.provisioning.Workspace`. * Added `lastUsedDay` field for `com.databricks.sdk.service.settings.TokenInfo`. * Changed `create()` method for `workspaceClient.apps()` service with new required argument order. * Changed `executeMessageQuery()` method for `workspaceClient.genie()` service . New request type is `com.databricks.sdk.service.dashboards.GenieExecuteMessageQueryRequest` class. * Changed `executeMessageQuery()` method for `workspaceClient.genie()` service to type `executeMessageQuery()` method for `workspaceClient.genie()` service. * Changed `create()`, `createSchedule()`, `createSubscription()` and `updateSchedule()` methods for `workspaceClient.lakeview()` service with new required argument order. * Removed `workspaceClient.cleanRooms()` service. * Removed `deploymentId`, `mode` and `sourceCodePath` fields for `com.databricks.sdk.service.apps.CreateAppDeploymentRequest`. * Removed `description`, `name` and `resources` fields for `com.databricks.sdk.service.apps.CreateAppRequest`. * Removed `description` and `resources` fields for `com.databricks.sdk.service.apps.UpdateAppRequest`. * Removed `name` and `spec` fields for `com.databricks.sdk.service.catalog.CreateOnlineTableRequest`. * Removed `displayName`, `parentPath`, `serializedDashboard` and `warehouseId` fields for `com.databricks.sdk.service.dashboards.CreateDashboardRequest`. * Removed `cronSchedule`, `displayName` and `pauseStatus` fields for `com.databricks.sdk.service.dashboards.CreateScheduleRequest`. * Removed `subscriber` field for `com.databricks.sdk.service.dashboards.CreateSubscriptionRequest`. * Removed `displayName`, `etag`, `serializedDashboard` and `warehouseId` fields for `com.databricks.sdk.service.dashboards.UpdateDashboardRequest`. * Removed `cronSchedule`, `displayName`, `etag` and `pauseStatus` fields for `com.databricks.sdk.service.dashboards.UpdateScheduleRequest`. * Removed `prevPageToken` field for `com.databricks.sdk.service.jobs.Run`. OpenAPI SHA: d25296d2f4aa7bd6195c816fdf82e0f960f775da, Date: 2024-11-07
renaudhartert-db
temporarily deployed
to
test-trigger-is
November 7, 2024 15:43
— with
GitHub Actions
Inactive
renaudhartert-db
temporarily deployed
to
test-trigger-is
November 7, 2024 15:44
— with
GitHub Actions
Inactive
renaudhartert-db
temporarily deployed
to
test-trigger-is
November 7, 2024 15:44
— with
GitHub Actions
Inactive
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below: Trigger: Inputs:
Checks will be approved automatically on success. |
renaudhartert-db
temporarily deployed
to
test-trigger-is
November 7, 2024 15:45
— with
GitHub Actions
Inactive
Test Details: go/deco-tests/11726427397 |
hectorcast-db
approved these changes
Nov 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New Features and Improvements
Bug Fixes
Internal Changes
API Changes:
workspaceClient.aibiDashboardEmbeddingAccessPolicy()
service andworkspaceClient.aibiDashboardEmbeddingApprovedDomains()
service.workspaceClient.credentials()
service.appDeployment
field forcom.databricks.sdk.service.apps.CreateAppDeploymentRequest
.app
field forcom.databricks.sdk.service.apps.CreateAppRequest
.app
field forcom.databricks.sdk.service.apps.UpdateAppRequest
.table
field forcom.databricks.sdk.service.catalog.CreateOnlineTableRequest
.azureAad
field forcom.databricks.sdk.service.catalog.GenerateTemporaryTableCredentialResponse
.omitUsername
field forcom.databricks.sdk.service.catalog.ListTablesRequest
.fullName
field forcom.databricks.sdk.service.catalog.StorageCredentialInfo
.dashboard
field forcom.databricks.sdk.service.dashboards.CreateDashboardRequest
.schedule
field forcom.databricks.sdk.service.dashboards.CreateScheduleRequest
.subscription
field forcom.databricks.sdk.service.dashboards.CreateSubscriptionRequest
.warehouseId
field forcom.databricks.sdk.service.dashboards.Schedule
.dashboard
field forcom.databricks.sdk.service.dashboards.UpdateDashboardRequest
.schedule
field forcom.databricks.sdk.service.dashboards.UpdateScheduleRequest
.only
field forcom.databricks.sdk.service.jobs.RunNow
.pageToken
field forcom.databricks.sdk.service.oauth2.ListServicePrincipalSecretsRequest
.nextPageToken
field forcom.databricks.sdk.service.oauth2.ListServicePrincipalSecretsResponse
.restartWindow
field forcom.databricks.sdk.service.pipelines.CreatePipeline
.restartWindow
field forcom.databricks.sdk.service.pipelines.EditPipeline
.connectionName
field forcom.databricks.sdk.service.pipelines.IngestionGatewayPipelineDefinition
.restartWindow
field forcom.databricks.sdk.service.pipelines.PipelineSpec
.isNoPublicIpEnabled
field forcom.databricks.sdk.service.provisioning.CreateWorkspaceRequest
.privateAccessSettingsId
field forcom.databricks.sdk.service.provisioning.UpdateWorkspaceRequest
.externalCustomerInfo
andisNoPublicIpEnabled
fields forcom.databricks.sdk.service.provisioning.Workspace
.lastUsedDay
field forcom.databricks.sdk.service.settings.TokenInfo
.create()
method forworkspaceClient.apps()
service with new required argument order.executeMessageQuery()
method forworkspaceClient.genie()
service . New request type iscom.databricks.sdk.service.dashboards.GenieExecuteMessageQueryRequest
class.executeMessageQuery()
method forworkspaceClient.genie()
service to typeexecuteMessageQuery()
method forworkspaceClient.genie()
service.create()
,createSchedule()
,createSubscription()
andupdateSchedule()
methods forworkspaceClient.lakeview()
service with new required argument order.workspaceClient.cleanRooms()
service.deploymentId
,mode
andsourceCodePath
fields forcom.databricks.sdk.service.apps.CreateAppDeploymentRequest
.description
,name
andresources
fields forcom.databricks.sdk.service.apps.CreateAppRequest
.description
andresources
fields forcom.databricks.sdk.service.apps.UpdateAppRequest
.name
andspec
fields forcom.databricks.sdk.service.catalog.CreateOnlineTableRequest
.displayName
,parentPath
,serializedDashboard
andwarehouseId
fields forcom.databricks.sdk.service.dashboards.CreateDashboardRequest
.cronSchedule
,displayName
andpauseStatus
fields forcom.databricks.sdk.service.dashboards.CreateScheduleRequest
.subscriber
field forcom.databricks.sdk.service.dashboards.CreateSubscriptionRequest
.displayName
,etag
,serializedDashboard
andwarehouseId
fields forcom.databricks.sdk.service.dashboards.UpdateDashboardRequest
.cronSchedule
,displayName
,etag
andpauseStatus
fields forcom.databricks.sdk.service.dashboards.UpdateScheduleRequest
.prevPageToken
field forcom.databricks.sdk.service.jobs.Run
.OpenAPI SHA: d25296d2f4aa7bd6195c816fdf82e0f960f775da, Date: 2024-11-07